Modify a organization network member
POST/org/:orgid/network/:networkId/member/:memberId
Modify a organization network member. This endpoint can also be used to pre-authorize a member that has not yet joined the network by providing their ZeroTier node ID as the memberId. If the member does not yet exist in the database, it will be created on the ZeroTier controller and returned in the response.
A stashed (deleted) member cannot be modified. Attempting to do so returns 409 Conflict. To restore a stashed member, send deleted: false (optionally together with the other fields you want to update in the same request).
Request
Responses
- 200
- 401
- 409
- 429
- 500
Detailed information of the specified Network Member
Unauthorized access, indicating that the request has not been applied because it lacks valid authentication credentials for the target resource.
The member is stashed (deleted) and cannot be modified. Send deleted: false to restore it before modifying.
Rate limit exceeded, indicating that the request was not accepted because the application has exceeded the rate limit for the API.
Internal Server Error, indicating that the server encountered an unexpected condition that prevented it from fulfilling the request.